runtime/pprof.pcDeck.pcs (field)

10 uses

	runtime/pprof (current package)
		proto.go#L424: 			if len(b.deck.pcs) > 0 {
		proto.go#L529: 	pcs             []uintptr
		proto.go#L542: 	d.pcs = d.pcs[:0]
		proto.go#L572: 	d.pcs = append(d.pcs, pc)
		proto.go#L575: 	if len(d.pcs) == 1 {
		proto.go#L587: 	if len(b.deck.pcs) == 0 {
		proto.go#L592: 	addr := b.deck.pcs[0]
		proto.go#L608: 		pcs:                    append([]uintptr{}, b.deck.pcs...),